@-webkit-keyframes bg_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bg_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/****************************************/
._more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 46px;
  border: 2px solid #d0d0d1;
  color: black;
  margin: 0 auto;
}
._more p {
  font-size: 16px;
  margin-right: 20px;
}
._more:hover {
  color: #17b2b7;
  background: #17b2b7;
  color: white;
  border: 2px solid #17b2b7;
}
._more:hover img {
  filter: brightness(0) invert(1);
}
._more.mt {
  margin-top: 40px;
}

._title {
  color: black;
  text-align: center;
  text-transform: capitalize;
}
._title .h5 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
._title .p {
  opacity: .5;
  font-size: 36px;
  text-transform: uppercase;
}
._title .line {
  width: 89px;
  height: 3px;
  background: #17b2b7;
  margin: 0 auto;
  margin-top: 10px;
}

._title2 {
  text-align: left;
}
._title2 .line {
  margin-left: 0;
}

/*about*/
.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  color: black;
}
.about ._title {
  text-align: left;
}
.about ._title .line {
  margin-left: 0;
}
.about .top_box {
  position: relative;
  display: flex;
  align-items: center;
}
.about .top_box .lf {
  padding-right: 30px;
}
.about .top_box .rt {
  padding-left: 30px;
}
.about .top_box ._more {
  position: absolute;
  right: 0;
  top: 0;
}
.about .top_box .summary {
  font-size: 17px;
  line-height: 2;
  margin: 50px 0;
  margin-bottom: 70px;
}
.about .top_box .typelist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .top_box .typelist .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d0d0d1;
  border-radius: 5px;
  width: 30%;
  height: 70px;
  margin: 0 5px;
}
.about .top_box .typelist .item p {
  font-size: 18px;
  margin-left: 25px;
}
.about .top_box .typelist .item:hover {
  border: 2px solid #17b2b7;
  background: #17b2b7;
  color: white;
}
.about .top_box .typelist .item:hover img {
  filter: brightness(0) invert(1);
}
.about .bottom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #393939;
}
.about .bottom_box .item {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 60px;
}
.about .bottom_box .item .pic .p1 {
  display: block;
}
.about .bottom_box .item .pic .p2 {
  display: none;
}
.about .bottom_box .item:hover {
  color: #17b2b7;
}
.about .bottom_box .item:first-child {
  padding-left: 0;
}
.about .bottom_box .item:last-child {
  padding-right: 0;
}
.about .bottom_box .item .message .num {
  display: flex;
  align-items: flex-end;
  color: #17b2b7;
}
.about .bottom_box .item .message .y {
  font-size: 23px;
  position: relative;
  top: -10px;
  left: 10px;
}
.about .bottom_box .item .message .n {
  font-weight: bold;
  font-size: 43px;
}
.about .bottom_box .item .message .p {
  font-size: 23px;
}
.about .bottom_box .item:last-child:after {
  display: none;
}
.about .bottom_box .item:after {
  height: 126px;
  width: 1px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  background: #cbcbca;
}

.youshi {
  background: url("../images/youshi_bg2.jpg") no-repeat center;
  background-size: cover;
  padding-top: 80px;
  color: white;
  padding-bottom: 80px;
}
.youshi .top_box {
  margin-bottom: 20px;
}
.youshi ._title {
  color: white;
}
.youshi ._title .p {
  opacity: 1;
}
.youshi ._more {
  color: #17b2b7;
  background: #17b2b7;
  color: white;
  border: 2px solid #17b2b7;
}
.youshi ._more img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.youshi .list {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.youshi .list .item {
  width: 21%;
}
.youshi .list .item .num {
  height: 70px;
}
.youshi .list .item .title {
  font-size: 30px;
  font-weight: bold;
  color: #17b2b7;
  margin-bottom: 15px;
  margin-top: 10px;
}
.youshi .list .item .summary {
  font-size: 17px;
  line-height: 2;
  color: white;
}

.product {
  /*background: url("../images/product_bg.jpg") no-repeat center;
  background-size: cover;*/
}
.product .typelist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #dddddd;
}
.product .typelist .item {
  padding: 8px 23px;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  min-width: 180px;
  text-align: center;
  font-weight: bold;
}
.product .typelist .item:hover, .product .typelist .item.on {
  color: white;
  border: 1px solid #17b2b7;
  background: #17b2b7;
}
.product .list_box {
  margin-bottom: 50px;
}
.product .list_box .list {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  color: black;
}
.product .list_box .list.on {
  display: grid;
}
.product .list_box .list .item {
  margin-bottom: 50px;
  text-align: center;
}
.product .list_box .list .item .pic {
  overflow: hidden;
}
.product .list_box .list .item .pic img {
  border: 1px solid #dddddd;
  border-bottom: 6px solid #dddddd;
}
.product .list_box .list .item:hover .pic img {
  border-bottom: 6px solid #17b2b7;
}
.product .list_box .list .item:hover .name {
  color: #17b2b7;
}
.product .list_box .list .item .name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

.honer {
  background: url("../images/honer_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
}
.honer ._title, .honer ._more {
  color: white;
}
.honer ._title .line {
  margin-left: 0;
}
.honer ._title {
  text-align: left;
}
.honer ._more img {
  filter: brightness(1) invert(1);
}
.honer ._more img:hover {
  filter: brightness(0) invert(1);
}
.honer ._more {
  margin-left: 0;
  margin-top: 45px;
}
.honer .center_summary {
  text-align: center;
}
.honer .center_summary .title {
  font-size: 25px;
  color: #17b2b7;
  font-weight: bold;
  margin-bottom: 10px;
}
.honer .center_summary .summary {
  font-size: 18px;
  line-height: 29px;
  width: 50%;
  margin: 0 auto;
}
.honer .top_box .typelist {
  margin-top: 40px;
  display: flex;
}
.honer .top_box .typelist .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 206px;
  height: 91px;
  color: white;
  font-size: 18px;
  margin: 5px;
  border: 1px solid white;
}
.honer .top_box .typelist .item .name {
  margin-top: 5px;
}
.honer .top_box .typelist .item:hover, .honer .top_box .typelist .item.on {
  border: 1px solid #17b2b7;
  background: #17b2b7;
}
.honer .owl_honer {
  position: relative;
}
.honer .owl_honer .swiper-button {
  position: absolute;
  background: none;
}
.honer .owl_honer .swiper-button-prev {
  right: unset;
  left: 50%;
  margin-left: -206px;
}
.honer .owl_honer .swiper-button-next {
  left: unset;
  right: 50%;
  margin-right: -206px;
}
.honer .owl_honer .swiper-slide {
  text-align: center;
  transform: scale(0.7);
  overflow: inherit;
  width: 20%;
  transition: all 0.4s;
}
.honer .owl_honer .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 999;
}

.case2 {
  background: #f6f6f6;
  padding-top: 70px;
  padding-bottom: 70px;
}
.case2 .top_summary {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2;
  width: 77%;
}
.case2 .list {
  display: flex;
  justify-content: space-between;
}
.case2 .list .item {
  width: 47%;
  overflow: hidden;
  border-radius: 5px;
}
.case2 .list .item .name {
  background: #17b2b7;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 15px 10px;
  font-size: 18px;
}

.case .bottom {
  /*.section-news .article.on .inner, .section-news .article:hover .inner{
      margin: 70px 40px 0;
      width: 60%;
  }*/
}
.case .bottom .section-news .tit-area {
  position: relative;
  font-size: 5.4rem;
  color: #000000;
  font-weight: bold;
  line-height: 4.2rem;
  margin-bottom: 5rem;
}
.case .bottom .section-news .tit-area span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.case .bottom .section-news .icon_arrow_r {
  display: block;
  width: 38px;
  height: 16px;
  background: url("https://sanyglobal-img.sany.com.cn/static/img/index/red-arrow.svg") no-repeat 0 center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: -6rem;
  padding: 15px 0;
}
.case .bottom .section-news .read-more {
  font-size: 16px;
  color: #0064D9;
  text-align: center;
  margin-top: 7px;
}
.case .bottom .section-news .solution-wrap {
  overflow: hidden;
}
.case .bottom .section-news .article {
  position: relative;
  float: left;
  width: calc(16.4% - 20px);
  height: 450px;
  background-size: auto 450px !important;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  transition-duration: 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  /*background-repeat: no-repeat;*/
}
.case .bottom .section-news .article.on,
.case .bottom .section-news .article:hover {
  width: 50.7%;
  text-align: left;
  background-position: 0 !important;
  display: block;
}
.case .bottom .section-news .article.on .summary,
.case .bottom .section-news .article:hover .summary {
  display: block;
}
.case .bottom .section-news .article.on .msg,
.case .bottom .section-news .article:hover .msg {
  margin-left: 0;
}
.case .bottom .section-news .article.on .inner,
.case .bottom .section-news .article:hover .inner {
  margin-top: 60px;
  margin-left: 71px;
}
.case .bottom .section-news .article.solution1 {
  margin-top: 31px;
  /*background-image: url('https://sanyglobal-img.sany.com.cn/static/img/index/new-1.png');*/
}
.case .bottom .section-news .article.solution2 {
  margin-top: 71px;
  /*background-image: url('https://sanyglobal-img.sany.com.cn/static/img/index/new-2.png');*/
}
.case .bottom .section-news .article.solution3 {
  /*background-image: url('https://sanyglobal-img.sany.com.cn/static/img/index/new-3.png');*/
}
.case .bottom .section-news .article .msg {
  text-align: center;
  width: 150px;
  margin: 0 auto;
}
.case .bottom .section-news .article .inner {
  position: relative;
  margin: 7px;
}
.case .bottom .section-news .article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  opacity: 1;
  transition-duration: .3s;
}
.case .bottom .section-news .article.on::before,
.case .bottom .section-news .article:hover::before {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.case .bottom .section-news .article .inner {
  position: relative;
  margin: 7px;
}
.case .bottom .section-news .article .tit {
  line-height: 1.5;
  font-size: 2rem;
  transition-duration: .1s;
  transition-delay: .1s;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-left: 2px;
}
.case .bottom .section-news .article .title {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.case .bottom .section-news .article .summary {
  line-height: 2;
  font-size: 18px;
  margin-top: 15px;
  display: none;
  padding-left: 33px;
}
.case .bottom .section-news .article .summary ul {
  overflow: visible;
}
.case .bottom .section-news .article .summary ul li {
  float: none;
  list-style: disc;
}
.case .bottom .section-news .article .btn-more {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 70px;
  /*color: #fff;
  background-color: #E60012;*/
  font-size: 2rem;
  margin-left: 2px;
}
.case .bottom .section-news .article .btn-more em {
  font-style: normal;
}
.case .bottom .section-news .article .time,
.case .bottom .section-news .article .desc {
  display: none;
}
.case .bottom .section-news .article .btn-more {
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  transition-delay: .5s;
}
.case .bottom .section-news .article.on .btn-more {
  transition-delay: .5s;
  color: #fff;
  background-color: #E60012;
}
.case .bottom .section-news .article.on .time,
.case .bottom .section-news .article.on .desc {
  display: block;
}
.case .bottom .section-news .article + .article {
  margin-left: 20px;
}
.case .bottom .section-news .over-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding-left: 2px;
}

.huoban {
  background: url("../images/huoban_bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
.huoban .bottom {
  position: relative;
  width: 1621px;
  height: 520px;
  display: inline-block;
  margin: 0 auto;
}
.huoban .bottom .item {
  position: absolute;
}
.huoban .bottom .item img {
  transition: .5s;
}
.huoban .bottom .item:hover img {
  transform: scale(1.1);
}

.news .list {
  display: flex;
  justify-content: space-between;
}
.news .list .item {
  width: 30%;
  background: #f2f2f2;
  padding: 15px;
}
.news .list .item .summary {
  color: #424242;
  font-size: 14px;
  margin-bottom: 35px;
}
.news .list .item .addtime {
  color: #424242;
  font-size: 14px;
}
.news .list .item .title {
  margin-top: 35px;
  font-weight: bold;
  font-size: 18px;
  color: #424242;
  border-bottom: 1px solid #424242;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.news .list .item .pic img {
  width: 100%;
}

@media (max-width: 1600px) {
  .about .top_box .summary {
    margin: 45px 0;
  }

  .huoban .bottom {
    width: 1440px;
    height: 462px;
  }
}
@media (max-width: 1450px) {
  .huoban .bottom {
    width: 1170px;
    height: 372px;
  }

  .about .top_box .summary {
    font-size: 16px;
    margin-top: 0;
  }

  .about .bottom_box .item .message .p {
    font-size: 19px;
  }

  .about .bottom_box .item .message .n {
    font-size: 37px;
  }

  .about .top_box .typelist {
    justify-content: space-between;
  }

  .about .top_box .typelist .item {
    margin: 0;
  }

  .product .list_box .list .item {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .honer .owl_honer .swiper-button-prev {
    margin-left: -151px;
  }

  .honer .owl_honer .swiper-button-next {
    margin-right: -160px;
  }

  ._title .h5 {
    font-size: 30px;
  }

  ._title .p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .news .list .item .summary {
    margin-bottom: 20px;
  }

  .news .list .item .title {
    font-size: 16px;
    margin-top: 18px;
  }

  .news .list .item {
    display: none;
  }
  .news .list .item:first-child {
    display: block;
    width: 100%;
  }

  .news .list .item .summary {
    font-size: 12px;
  }

  .about .top_box {
    display: block;
  }

  .about .top_box .rt {
    padding-left: 0;
  }

  .about .top_box .lf {
    padding: 0;
    margin-bottom: 40px;
  }

  .about .top_box .typelist {
    margin-top: 40px;
  }

  .about .top_box .summary {
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-indent: 2em;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 0;
    margin-top: 30px;
  }

  ._title {
    text-align: center !important;
    line-height: 14px;
    float: none;
  }

  ._title .h5 {
    font-size: 22px;
    margin-bottom: 0;
  }

  ._title .p {
    margin-bottom: 10px;
  }

  ._title .p {
    font-size: 16px;
  }

  ._title .line {
    margin: 0 auto !important;
    margin-top: 10px !important;
    width: 60px;
  }

  .about .top_box ._more {
    position: static;
    margin-top: 30px;
  }

  ._more p {
    font-size: 12px;
    margin-right: 11px;
  }

  ._more {
    width: 130px;
    height: 38px;
  }

  .about .top_box .typelist .item p {
    font-size: 12px;
    margin-left: 0;
  }

  .about .top_box .typelist .item img {
    display: none;
  }

  .about .top_box .typelist .item {
    height: 37px;
  }

  .about .bottom_box {
    flex-wrap: wrap;
  }

  .about .bottom_box .item:after {
    display: none;
  }

  .about .bottom_box .item {
    text-align: center;
    display: block;
    width: 50%;
    margin-bottom: 15px;
    padding: 0 5px !important;
  }
  .about .bottom_box .item:nth-child(3) {
    margin-bottom: 0;
  }
  .about .bottom_box .item:nth-child(4) {
    margin-bottom: 0;
  }
  .about .bottom_box .item .pic {
    display: none;
  }

  .about .bottom_box .item .message .p {
    font-size: 14px;
  }

  .about .bottom_box .item .message .n {
    font-size: 20px;
  }

  .about .bottom_box .item .message .y {
    font-size: 12px;
    position: static;
    top: -3px;
    left: 10px;
    width: auto;
    height: auto;
    background: none;
  }

  .huoban .bottom .item {
    position: static;
    width: 48%;
    float: left;
    padding: 10px;
    background: white;
    margin-bottom: 25px;
  }
  .huoban .bottom .item:nth-child(2n) {
    float: right;
  }

  .about .bottom_box .item .message .num {
    justify-content: center;
    align-items: center;
  }

  .product .typelist .item {
    width: 48%;
    float: left;
    margin: 0;
    margin-bottom: 20px;
    padding: 8px 5px;
    text-align: center;
    font-size: 14px;
  }
  .product .typelist .item:nth-child(2n) {
    float: right;
  }

  .product .typelist {
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: block;
  }

  .product .list_box .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .product .list_box .list .item .pic img {
    border-bottom: 2px solid #dddddd;
  }

  .product .list_box .list .item:hover .pic img {
    border-bottom: 2px solid #eb6100;
  }

  .product .list_box .list .item .name {
    font-size: 14px;
    margin-top: 18px;
  }

  .product .list_box .list {
    margin: 0 -5px;
  }

  .product .list_box {
    margin-bottom: 0px;
  }

  .product .list_box .list .item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 40px;
  }

  .honer .top_box .lf {
    float: none;
  }

  .honer .top_box .typelist .item {
    width: 50%;
  }

  .honer .top_box .rt {
    float: none;
  }

  .honer .top_box .typelist .item {
    font-size: 16px;
    margin: 0 10px;
  }

  .honer .owl_honer .swiper-slide-active {
    transform: unset;
  }

  .honer .owl_honer .swiper-slide {
    transform: unset;
  }
  .honer .owl_honer .swiper-slide .item {
    padding: 0 10px;
  }

  .case ._title {
    float: none;
  }

  .case .bottom .section-news .article {
    width: 48% !important;
    float: left;
    margin: 0 !important;
    margin-bottom: 4% !important;
    display: flex !important;
    align-items: center;
    height: 200px;
    justify-content: center;
    background-size: cover !important;
  }
  .case .bottom .section-news .article .pic img {
    max-width: 41%;
  }
  .case .bottom .section-news .article:nth-child(2n) {
    float: right;
  }

  .case .bottom .section-news .article .summary {
    display: none !important;
  }

  .case .bottom .section-news .article.on .inner, .case .bottom .section-news .article:hover .inner {
    margin: 0;
    width: 48%;
  }

  .case .bottom .section-news .article .msg {
    width: 100%;
  }

  .case .bottom .section-news .article .inner {
    margin: 0;
  }

  .case .bottom .section-news .article .title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .huoban .bottom {
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    content: '';
    display: block;
  }
  .huoban .bottom > img {
    display: none;
  }

  .youshi .list {
    flex-wrap: wrap;
  }

  .youshi .list .item {
    width: 45%;
    margin-bottom: 30px;
  }

  .youshi .list .item .title {
    font-size: 16px;
  }

  .youshi .list .item .summary {
    font-size: 14px;
    line-height: inherit;
  }

  .youshi .list .item .title {
    margin-bottom: 10px;
  }

  .youshi .list .item .num {
    height: 34px;
  }
  .youshi .list .item .num img {
    max-height: 34px;
  }

  .youshi {
    padding-bottom: 20px;
  }

  .youshi .list {
    margin-top: 30px;
  }

  .product .typelist .item {
    max-width: 100%;
  }

  .case2 .top_summary {
    width: 100%;
    font-size: 14px;
  }

  .case2 .list .item .name {
    font-size: 14px;
    height: 84px;
  }

  .honer .center_summary .summary {
    width: 100%;
    font-size: 16px;
    line-height: 34px;
  }

  .honer .center_summary .title {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */
